- readonly memory
- Космонавтика: постоянная память
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
nonvolatile memory — Any form of memory that holds its contents when the power is removed. ROM (read only memory), EPROM (erasable programmable readonly memory), and EEPROM (electrically erasableprogrammableread onlymemory) are all forms of nonvolatile memory … Dictionary of networking
Write-only memory — is the antithesis of read only memory (ROM). By definition, a WOM is a memory device which can be written but never read. Since there seems to be no obvious utility for such a memory circuit, from which data cannot be retrieved, the concept is… … Wikipedia
firmware — Any software stored in a form of read only memory (ROM), erasable programmable read only memory (EPROM), or electrically erasable programmable readonly memory (EEPROM) that maintains its contents when power is removed … Dictionary of networking
PROM — 1. Programmable ReadOnly Memory Contributor: CASI 2. Programmable Read Only Memory Contributor: MSFC … NASA Acronyms
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Constant (programming) — const redirects here. For the keyword, see const correctness. In computer programming, a constant is an identifier whose associated value cannot typically be altered by the program during its execution (though in some cases this can be… … Wikipedia
Polymorphism in object-oriented programming — In simple terms, polymorphism is the ability of one type, A, to appear as and be used like another type, B. In strongly typed languages, this usually means that type A somehow derives from type B, or type A implements an interface that represents … Wikipedia
const-correctness — In computer science, const correctness is the form of program correctness that deals with the proper declaration of objects as mutable or immutable. The term is mostly used in a C or C++ context, and takes its name from the const keyword in those … Wikipedia
Строитель (шаблон проектирования) — У этого термина существуют и другие значения, см. Строитель. Шаблон проектирования Строитель Builder Тип: порождающий Описан в Design Patterns Да Строитель (англ. Builder) п … Википедия
Objective-C — Paradigm(s) reflective, object oriented Appeared in 1983 Designed by Tom Love Brad Cox Developer Apple Inc. Typing discipline … Wikipedia
Dmesg — (for display message ) is a command on Unix like operating systems that prints the message buffer of the kernel. When the computer system is initially started ( booted, boots up ), the kernel is loaded into memory, then the various parts of the… … Wikipedia